home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / stars / Imakefile next >
Makefile  |  1995-05-09  |  356b  |  18 lines

  1. #
  2. #    Imakefile for stars, by Ron Record
  3. #
  4.         DEPLIBS = $(DEPXLIB)
  5.          MANDIR = /usr/man/man.CONTRIB
  6.       MANSUFFIX = CONTRIB
  7. LOCAL_LIBRARIES = XmClientLibs 
  8.   SYS_LIBRARIES = -lm
  9.        INCLUDES = -I.
  10.            SRCS = stars.c line.c
  11.            OBJS = stars.o line.o
  12.  
  13. ComplexProgramTarget(stars)
  14.  
  15. InstallAppDefaults(Stars)
  16.  
  17. install:: install.man
  18.